home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Oberon⁄F™ 1.2 / Preinstalled version / Text / Docu / Flyer (.txt) < prev    next >
Encoding:
Oberon Document  |  1996-07-08  |  3.0 KB  |  48 lines  |  [oODC/obnF]

  1. Documents.StdDocumentDesc
  2. Documents.DocumentDesc
  3. Containers.ViewDesc
  4. Views.ViewDesc
  5. Stores.StoreDesc
  6. Documents.ModelDesc
  7. Containers.ModelDesc
  8. Models.ModelDesc
  9. Stores.ElemDesc
  10. TextViews.StdViewDesc
  11. TextViews.ViewDesc
  12. TextModels.StdModelDesc
  13. TextModels.ModelDesc
  14. TextModels.AttributesDesc
  15. Helvetica
  16. TextRulers.StdRulerDesc
  17. TextRulers.RulerDesc
  18. TextRulers.StdStyleDesc
  19. TextRulers.StyleDesc
  20. TextRulers.AttributesDesc
  21. Helvetica
  22. The Oberon/F Text Subsystem
  23. Oberon/F"
  24.  contains a text subsystem as a standard component. It constitutes a basic word processor, which is used for editing program sources, for program documentation, for on-line reference material, and various other purposes. Oberon/F texts are rich, i.e. they support multiple fonts, paragraph formatting, arbitrary document components floating in a text, etc.
  25. The Oberon/F text subsystem is completely programmable in Oberon/L"
  26. . In fact, the text subsystem is a special class library which extends Oberon/F. It can be used in your application in various ways, e.g. you may put text views in your forms, you may use text as input to your programs, or you may generate text as output of your programs, using advanced text features where appropriate.
  27. The text subsystem is extensible itself: arbitrary Oberon/F document components, including other text components, can be embedded in a text. The text formatting mechanism is extensible also.
  28. The text subsystem implements a simple, but functional word processor with the following features:
  29. - Character attributes: font, size, style, color, vertical offset
  30. - Paragraph attributes: tabulators, line spacing, adjustment mode, first line indentation
  31. - Adjustment modes: left flush, right flush, centered, fully adjusted
  32. - Regular, non-breaking, and soft hyphens
  33. - Drag and Drop as a quicker alternative to Cut and Paste
  34. - Drag and Pick "
  35.   to speed up attribute copying
  36. - Disk-based to allow the handling of very large texts
  37. - Multi-view editing is supported
  38. - Arbitrary document components can be embedded in a text
  39. - Programming interfaces are extensible, and accessible to every programmer
  40. - Everything that a user can do interactively, can be done programmatically as well
  41. Oberon/F, Oberon/L, and "Drag and Pick" are trademarks of Oberon microsystems, Inc.
  42. TextControllers.StdCtrlDesc
  43. TextControllers.ControllerDesc
  44. Containers.ControllerDesc
  45. Controllers.ControllerDesc
  46. Helvetica
  47. Documents.ControllerDesc
  48.